"Minimal Neo brutalism" shadcn/ui theme

Neo-Brutalism
Minimalist
Modern Geometry
High Contrast
Emotionally Bold
Futuristic
Dark Mode Drama
Light Mode Clarity
Functional Design
Artistic Edge

Shadcn/ui Theme Css Variables

name: Neo-Minimal Brutalismkeyword: Minimal Neo brutalism views: 10

:root {
  --background: 240 10% 98%;
  --foreground: 240 10% 20%;
  --card: 240 10% 96%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 96%;
  --popover-foreground: 240 10% 20%;
  --primary: 260 30% 50%;
  --primary-foreground: 260 30% 95%;
  --secondary: 220 20% 40%;
  --secondary-foreground: 220 20% 95%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 300 30% 60%;
  --accent-foreground: 300 30% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 70% 95%;
  --border: 240 10% 80%;
  --input: 240 10% 90%;
  --ring: 260 30% 50%;
  --radius: 0.75rem;
  --chart-1: 260 30% 50%;
  --chart-2: 220 20% 40%;
  --chart-3: 300 30% 60%;
  --chart-4: 0 70% 50%;
  --chart-5: 240 10% 20%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 95%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 95%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 95%;
  --primary: 260 30% 50%;
  --primary-foreground: 260 30% 95%;
  --secondary: 220 20% 40%;
  --secondary-foreground: 220 20% 95%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 60%;
  --accent: 300 30% 60%;
  --accent-foreground: 300 30% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 70% 95%;
  --border: 240 10% 30%;
  --input: 240 10% 20%;
  --ring: 260 30% 50%;
  --radius: 0.75rem;
  --chart-1: 260 30% 50%;
  --chart-2: 220 20% 40%;
  --chart-3: 300 30% 60%;
  --chart-4: 0 70% 50%;
  --chart-5: 240 10% 95%;
}